c# 移除文本文件里的某一行 參考自:http://zhidao.baidu.com/question/87467507.html //定義一個變量用來存讀到的東西 string text = ""; //用一個讀出流去讀 ...